# ---------------------------------------------------------------------
# makefile by bill buckels 2007
# ---------------------------------------------------------------------

amouse.sys: amouse.r
    LN65 +s AMOUSE.R $(CR65)samain.r -lSYSIO -lg2 -lc -ls -lm -lSYSIO -lg2 -lc -ls -lm
    RM AMOUSE.R
    MAKEPRO AMOUSE
    RM AMOUSE
    @echo AMOUSE.SYS now created!

amouse.r: amouse.c
           c65 amouse.c

